home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Mac Games Volume 5 #3
/
IMG 46 Vol 5-3.iso
/
More Goodies
/
More For Your Game
/
Dark Forces
/
Levels ƒ
/
STARS_END
/
STARSEND.BAT
next >
Wrap
DOS Batch File
|
1997-02-12
|
1KB
|
48 lines
@ECHO OFF
CLS
ECHO …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
ECHO ∫ Stars End -- The Cloak ∫
ECHO ∫ by Jereth Kok ∫
ECHO »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
IF NOT EXIST STARSEND.GOB GOTO NOGOB
ECHO --------------------------------
ECHO Patching DFBRIEF.LFD
IF NOT EXIST STARSEND.LFD GOTO NOLFD
IF EXIST DFBRIEF.LFD GOTO DFBRIEF
COPY STARSEND.LFD DFBRIEF.LFD
ECHO --------------------------------
CLS
ECHO NOTICE!
ECHO -------
ECHO Please watch the textcrawl, as it contains information which the
ECHO briefing won't make sense without. And if the briefing doesn't make
ECHO sense, well, the level won't either...
ECHO - Jereth
PAUSE
dark -ustarsend.gob -shots
DEL DFBRIEF.LFD
CLS
ECHO Thanks for playing!
ECHO Please mail me on...
ECHO jereth@alphalink.com.au
ECHO ...and tell me what you think!
GOTO END
:NOGOB
ECHO STARSEND.GOB not found!!!
GOTO END
:NOLFD
ECHO STARSEND.LFD not found!!!
GOTO END
:DFBRIEF
ECHO A DFBRIEF.LFD exists in your DARK directory. Please back it up and
ECHO remove it.
GOTO END
:END
ECHO ----------------------------------------------------------------------
PAUSE